home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / pl4.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  96 b   |  11 lines

  1.     .ALTERNATE
  2. ! test of macro substitution around &s
  3.  
  4.  
  5. foo    MACRO    a,b
  6.     x&a&b
  7.     ENDM
  8.  
  9.     foo 3 2 
  10.     END
  11.